home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / COMMADIO / ZIPKIT5.LZH / ZIP-KIT5.DOC < prev    next >
Text File  |  1989-04-02  |  9KB  |  224 lines

  1. *  ZIP-KIT5               Companion to PKZ092.EXE               { 03/20/89 }
  2.  
  3. TOZIP.EXE *.*
  4.  
  5.    This program will convert all archives to the new ZIP format for you.
  6.  
  7.    It will recurse all archives in archives to an unlimited depth until
  8.    all archives are converted to the ZIP format and extension.
  9.  
  10.    You must have in your possesion a copy of PKZIP.EXE and a copy of
  11.    PKUNPAK.EXE. Both of these executables must reside on your DOS path
  12.    and have attributes that are NOT read only.
  13.  
  14.    Options needed to run - none - (default compression -ex (Intelligent))
  15.  
  16.    Options available to run - SET ZIPLEVA=n (Where n is 1,2,3 or 4)
  17.                               SET ZIPLEVB=n (Where n is 1,2,3 or 4)
  18.                               SET ZIPTIME=x (Where x is ARCHIVE)
  19.                                             (Where x is a date - YYYYMMDD)
  20.  
  21.    Starting with PKZ092.EXE is it advised to not set ZIPLEV but to allow
  22.    PKZIP itself to analyze each file encountered. If the environment
  23.    ZIPLEV(A/B) is not present an intelligent processing feature of PKZIP
  24.    will determine by analysis the best compression method for each file.
  25.  
  26.    Note that ZIP-KIT2 allowed a ZIPLEV of 0.  This level is no longer
  27.    supported.
  28.  
  29.    ZIPLEVA=(1 thru 4) results in a compression method of REDUCING to be
  30.    applied to all ASCII files at an increasing rate of compression.
  31.  
  32.    ZIPLEVB refer to ZIPLEVA options for BINARY compression level setting.
  33.  
  34.    Note that each increase to n results in additional time to process files.
  35.    The benefit of an increased n level is increased storage being available
  36.    on your hard drives after all processing has completed.
  37.  
  38.    ZIPTIME=ARCHIVE results in only those files which have their archive bit
  39.    set to be processed.
  40.  
  41.    ZIPTIME=YYYYMMDD results in only those files dated equal to or greater
  42.    than the set date to be processed.  Ex: SET ZIPTIME=19890401, results
  43.    in files dated equal to or greater than '1989 April 01' to be processed.
  44.  
  45.    See PKware documentation for extra info.
  46.  
  47.    If errors are encountered during processing, a file titled PKERRORS.LOG
  48.    will reside in the same directory as TOZIP.  This file contains a list
  49.    of .ARC files that in someway are corrupted.
  50.  
  51.    File date/time and attributes remain the same as prior to process.
  52.  
  53.    Note that erred archives are not processed to .ZIP files.
  54.  
  55. ZIPCOMNT.EXE *.* comment or ZIPCOMNT.EXE *
  56.  
  57.    Options needed to run - none
  58.  
  59.    Options available to run
  60.  
  61.    SET ZIPLINE=1
  62.    SET ZIPCOMNT=path
  63.    SET ZIPTIME=x (Where x is ARCHIVE, or x is a date YYYYMMDD)
  64.  
  65.    Where comment is your desired comment to be added to ALL requested file
  66.    collections.  If ZIPLINE=1 is set, the comment will be placed directly
  67.    following 'Searching ZIP: /path/ - '.  If ZIPLINE is not set, the comment
  68.    will be padded with two CR's to allow a longer comment which will avoid
  69.    any possible word wrap which may occur in long path names. In this
  70.    version the comment is limited to 117 characters.  It is advised that you
  71.    do however keep the comment limited to 79 characters.  Experiment with a
  72.    ZIP to see the format which will be presented.
  73.  
  74.    If ZIPCOMNT=path is set, ZIPLINE is then ignored.  ZIPCOMNT=path is
  75.    the full drive:\path to a file which contains a desired comment.  To
  76.    create a comment file use your favorite ascii editor.  When complete
  77.    experiment on a ZIP to judge the presentation.
  78.  
  79.    To run ZIPCOMNT with a comment file use the command ZIPCOMNT.EXE *
  80.  
  81.    Ex: SET ZIPCOMNT=C:\UTIL\COMMENT.FIL
  82.        ZIPCOMNT *
  83.  
  84.    See TOZIP options for ZIPTIME
  85.  
  86. SNGLCMNT.EXE filename or SNGLCMNT.EXE
  87.  
  88.    This program will allow you to add informative comments to ZIP file
  89.    collections.  You may either specify a filename at startup or you
  90.    may select the desired ZIP file to comment with the build in dir
  91.    search and selection routines.
  92.  
  93. REZIP.EXE *.*
  94.  
  95.    This program will maintain all ZIP collections for you.  It will recurse
  96.    all archives in ZIP files to an unlimited depth until all archives are
  97.    converted to the ZIP format and extension. You must have in your
  98.    possesion a copy of PKZIP.EXE and a copy of PKUNZIP.EXE and a copy of
  99.    PKUNPAK.EXE and a copy of TOZIP.EXE . These executables must reside on
  100.    your DOS path and have attributes that are NOT read only. At present
  101.    this program is aimed at offering a similar processing structure to ZIP
  102.    files,  which were available for .ARC files by the predecessor of this
  103.    program REARC.
  104.  
  105.    Options needed to run - none
  106.  
  107.    Options available to run - SET ZIPKILL=ALL or ARC
  108.  
  109.    If ZIPKILL=ALL is SET an extra call to PKZIP is make which effectively
  110.    equals PKZIP -d zipname *.arc *.bak ibmio.com ibmdos.com io.sys msdos.sys
  111.  
  112.    If ZIPKILL=ARC is set then the above mentioned extra step takes place
  113.    but with only one parameter, 'arc'.
  114.  
  115.    See TOZIP options for compression level available
  116.  
  117.    See TOZIP options for ZIPTIME
  118.  
  119.    File date/time and attributes remain the same as prior to process.
  120.  
  121. CLNZIP.EXE *.* file/s_to_delete
  122.  
  123.    Allows selective deletes of unwanted files from selected ZIP files.
  124.  
  125.    See TOZIP options for ZIPTIME
  126.  
  127. CHKZIP.EXE *.*
  128.  
  129.    Options needed to run - none
  130.  
  131.    Options available to run - SET ZIPKILL= (any thing)
  132.                               SET ZIPTIME= (See TOZIP options)
  133.  
  134.    To check integrity of your ZIP collection files. See PKERRORS.LOG
  135.    for files reported erred.  Note that warnings are also posted to
  136.    PKERRORS.LOG as ERROR IN FILE.
  137.  
  138.    If ZIPKILL is set to any setting,  erred file collections are then
  139.    deleted when errors or warnings are encountered.  A list of those
  140.    files deleted will be listed in PKERRORS.LOG. If you do not wish to
  141.    utilize this option then do not SET this variable.
  142.  
  143. *  All programs are network compatible
  144.  
  145. *  Note that .LOG file may be present after run of CHKZIP, CLNZIP, REZIP
  146.    or TOZIP. They are meant to be used at a later date by yourself.
  147.  
  148.    The final .LOG file is processed into the directory where the .EXE
  149.    of the program run is located.
  150.  
  151. *  If you must abort the programs as they are running then use
  152.  
  153.    CTRL/BREAK   (ONE TIME)
  154.  
  155.    External processes must be allowed to complete for CTRL/BREAK to be
  156.    picked up.  If you must CTRL/BREAK, the need to delete .$$$ entries
  157.    may be required.
  158.  
  159. *  Process speed is dependent on system in use.  Set times can vary
  160.    due to system technology, compression levels SET in ZIPLEVA/B and the
  161.    number of files to be processed.
  162.  
  163. *  Sample setup files
  164.  
  165.    For config.sys
  166.  
  167.    shell=command.com/p/e:512
  168.    files=30
  169.  
  170.    For autoexec.bat
  171.  
  172.    path=c:\pkwares;c:\dos
  173.  
  174.    set ziptime=archive          { only files with archive bit set }
  175.  
  176.    set zipleva=1                { REDUCING on ASCII }
  177.    set ziplevb=4                { REDUCING on BINARY at the highest level }
  178.  
  179.    tozip c:\files\*.*
  180.  
  181.    set zipleva=                 { remove ziplev(a/b) from environment so
  182.    set ziplevb=                   next process uses intelligent processing }
  183.  
  184.    set ziptime=19890401         { only files dated >= 1989 April 01 }
  185.  
  186.    tozip d:\files\*.*
  187.  
  188.    set zipcomnt=c:\comment.fil
  189.  
  190.    zipcomnt *                   { comment files dated later that 19890401
  191.                                   with contents of c:\comment.fil }
  192.  
  193.    set ziptime=                 { clean up environment }
  194.    set zipcomnt=
  195.  
  196. *  Starting with PKZ092.EXE is it advised to not set ZIPLEV but to allow
  197.    PKZIP itself to analyze each file encountered.
  198.  
  199. *  SWEEP tozip * etc...
  200.  
  201. *  If you send $47 of more, you will receive, the all new ZIP data
  202.    compression utility with better and different compression methods,
  203.    enhanced functions, and increased user friendliness.
  204.  
  205.    Send check or money order to  PKWARE, Inc.
  206.                                  7545 North Port Washington Road
  207.                                  Suite 205
  208.                                  Glendale, WI. 53217
  209.  
  210.    Please state that you are registering for the PKZIP and PKUNZIP products.
  211.  
  212. *  If you use one or all of these programs send 10$ to the following
  213.  
  214.    Thomas Atkinson
  215.    8223 W. Oklahoma Ave.
  216.    Milw, WI. 53219
  217.  
  218.    For special programming considerations also contact above address
  219.  
  220. *  For BUG reports modem message to Exec-PC       (414-964-5160)
  221.                                     Home Computer (414-543-8929)
  222.                                     PKware        (414-352-7176)
  223.  
  224.